Hme0:DLPI link does not exist

hello guys,
This is my first post in this forum....I've installed Solaris 10 recently in my ia64 pc.
I've encountered a problem configuring my network to create a pppoe connection to my ISP. To add a network interface I issued the following command:
#ifconfig  hme0 plumbbut it gave me 'unknown interface hme0:DLPI link does not exist' error
on issuing#ifconfig -a I got there was only a loopback interface lo present in the list
I have two question here:
1) I've nVidia Corporation MCP73 Ethernet controller( is that called a NIC? ). Does Solaris 10 recognize them?
2) Is there any GUI tool to configure network in Solaris like network-manager in Linux?
and obviously a final question:
How to finally get rid of this error?

Thanks for your informations.Now I've been gradually realising the CLI-orientation of Solaris.In a large server environment automation is king. The easiest way to automate things is to use some scripting language. Not a GUI.
I've modified /etc/ppp/peers/myisp.tmpl and other /etc/ppp/*.tmpl file according to my need and added /etc/resolve.conf and /etc/defaultrouter files with primary and secondary IP and defaultroute in them.At last I issuedpppd call <ISP> and got a sppp0 pppoe interface connected.
My DNS client is in offline state and the following commandsvcadm -v enable dns/client
svcadm -v refresh(or restart) dns/client showed the resultsvcs -a|grep dns/client as offline.Impossible. There simply is no such thing as a DNS client. All the DNS client is, is a mechanism that support hostname lookups through the resolver libraries.
You need to check /etc/nsswitch.conf for the dns tag on the hosts and ipnodes lines. After that make sure that /etc/resolv.conf is populated correctly.
You can use dig or nslookup to see if it is setup correctly. Post the complete output of either one so we can see what you're seeing.
alan

Similar Messages

  • Standard Data Collection Failing with Error ORA-04054: database link  does not exist.

    Hi Gurus,
    When I am running Standard Data Collection in ASCP(APS) instance R12.1.3, its failing with error : ORA-04054: database link  does not exist.
    There is no such Database link exits which is showing in above error.
    Also the database link name in the above error is not profile values in the database.
    I think, concurrent might be fetching this database link name  from some tables related to plan.
    I am not having much knowledge about how this ASCP/APS works.
    Need your help to resolve this issue.
    Thanks,

    Hi,
    ASCP Collections looks at the dblink from instances definitions from.
    1. Responsibility: Advanced Planning Administrator
    2. Navigation: Admin > Instances
    You may review the note in support.oracle.com - Understanding DB Links Setup for APS Applications - ASCP and ATP Functionality (Doc ID 813231.1)

  • OTL Error - Hrs - Element link does not exist for the duration of the entry

    Hi,
    We had a few new people start just before xmas however when the person entering their record did it, they didn't date-track the additional assignment time information record to the start of the week (they did however correctly date-track their employee and assignment record) so when the timecard was filled in errors were thrown up.
    Since then I have gone back into the employees assignment time record, purged it and then re-created it effective from the week beginning.
    However when we try to enter time for them now using delegated self service, the following error is shown for the two days which were originally excluded from the date-tracked record:
    Hrs - Element link does not exist for the duration of the entry Cause: The link has been purged or date effectively deleted. Action: Check the effective start and end dates on the link definitions for this element. The original record should have been created from the 19th dec 2009 however was done from the 23rd by accident. I have since been in and replaced it with a record effective from the 19th.
    I have re-run the security list generation (we are using static list).
    The only thing I can find on metalink is 372086.1 which doesn't really describe the problem or help!!
    The people don't appear in the timekeeper form though which is strange. I really can't see any reason why their record isn't valid - no data is missing. Do I need to run a job to update the information or something?
    We are using 11.5.10.2
    Thankss

    Well would you believe it!? After much late night meddling around, I noticed one employee worked! There was absolutely no difference in any settings between his record and a persons who did not work. So I went into another employees record, changed his name and saved (correcting). Tried again and he worked fine! So, just by changing the employee name it seems to have worked for self service! I still cannot see them in timekeeper which is worrying however at least we can get time in for them now!
    If anyone knows why I may not be able to see them in timekeeper (even using an un-secured responsibility) then that would be a great help! :)

  • API error: Element link does not exist for the duration of the entry

    I am trying to create an element using the API_PAY_ELEMENT_ENTRY.CREATE_ELEMENT_ENTRY API
    While I am able to create many elements for years this way, for one particular non-recurring element I get the following error
    ORA-20001: Element link does not exist for the duration of the entry
    Cause: The link has been purged or date effectively deleted.
    Action: Check the effective start and end dates on the link definitions for this element.
    I have checked evertything and the Link is defined far before my element entry starts and with no end date. The assignment I want to attach this element entry is perfectly eligible.
    The weirdest is that I am able to create this element entry with the values I want and the dates I want through standard User interface...
    Any idea?
    Message was edited by:
    briard

    Here are the parameters I use in my call.
    DECLARE
    L_EFFECTIVE_START_DATE DATE;
    L_EFFECTIVE_END_DATE DATE;
    L_ELEMENT_ENTRY_ID NUMBER;
    L_OBJECT_VERSION_NUMBER NUMBER;
    L_WARNING BOOLEAN;
    BEGIN
    APPS.PAY_ELEMENT_ENTRY_API.CREATE_ELEMENT_ENTRY(
    P_EFFECTIVE_DATE => TO_DATE('01-JUL-2008','DD-MON-YYYY'),
    P_BUSINESS_GROUP_ID => 1,
    P_ASSIGNMENT_ID => 122147
    P_ELEMENT_LINK_ID => 233,
    P_ENTRY_TYPE => 'E',
    P_INPUT_VALUE_ID1 => 313,
    P_ENTRY_VALUE1 => 'T',
    P_INPUT_VALUE_ID2 => 314,
    P_ENTRY_VALUE2 => '5',
    -- out params
    P_EFFECTIVE_START_DATE => L_EFFECTIVE_START_DATE,
    P_EFFECTIVE_END_DATE => L_EFFECTIVE_END_DATE,
    P_ELEMENT_ENTRY_ID => L_ELEMENT_ENTRY_ID,
    P_OBJECT_VERSION_NUMBER => L_OBJECT_VERSION_NUMBER,
    P_CREATE_WARNING => L_WARNING);
    END;
    François

  • Database link does not exists but possible to access

    Hi All
    I have a case that I don't get.
    I have these database links
    select owner, db_link from dba_db_links
    OWNER DB_LINK
    OWBUSER OWB_34.REGRESS.RDBMS.DEV.US.ORACLE.COM
    OWBUSER OWB_22.REGRESS.RDBMS.DEV.US.ORACLE.COM
    AP2DW TEST.AP2.SE
    AP2DW SCPROD.AP2.SE@AP2DW_CONN1
    AP2DW DW_VISMA.AP2.SE@VISMA_LOCATION_0
    AP2DW DWDEV_AP2DW.AP2.SE
    I have a sql that refrences this database_link SCPROD@AP2DW_CONN1
    If I execute a simple select using the link I got rows back, shouldn't I get
    ORA-02019: connection description for remote database not found
    select count(1) from SCDAT.A_HOLKEYS@SCPROD@AP2DW_CONN1;
    COUNT(1)
    407615
    Obviously I'm missing something but right now I can't figure it out
    Global_name = false
    domain_name is unset
    Anyone that can help me ?
    Thanks
    Magnus

    >
    AP2DW SCPROD.AP2.SE@AP2DW_CONN1
    AP2DW DW_VISMA.AP2.SE@VISMA_LOCATION_0
    AP2DW DWDEV_AP2DW.AP2.SE
    I have a sql that refrences this database_link SCPROD@AP2DW_CONN1
    If I execute a simple select using the link I got rows back, shouldn't I get
    ORA-02019: connection description for remote database not found
    select count(1) from SCDAT.A_HOLKEYS@SCPROD@AP2DW_CONN1;
    COUNT(1)
    407615
    Obviously I'm missing something but right now I can't figure it out
    Global_name = false
    domain_name is unset
    Anyone that can help me ?
    Thanks
    MagnusFrom the Create Database Link doc:
    USING 'connect string'
    Specify the service name of a remote database. If you specify only the database name, then Oracle Database implicitly appends the database domain to the connect string to create a complete service name. Therefore, if the database domain of the remote database is different from that of the current database, then you must specify the complete service name.So the domain .AP2.SE is implicitly being appended to your connect string. I think somewhere in the older upgrade docs it explains the default domain changed in 8i or net8 or something.

  • ORA-20211: Active job does not exist, cannot link to job record.

    Getting the above error while executing OWB mapping in production environment.
    Details of the error :
    ORA-20211: Active job does not exist, cannot link to job record.
    ORA-06512: at "RADRUN.WB_RT_MAPAUDIT", line 1278
    ORA-06512: at "RADRUN.WB_RT_MAPAUDIT", line 2110
    ORA-06512: at "RADSTG.MAP_STG_AIRCRAFT", line 2384
    ORA-06512: at "RADSTG.MAP_STG_AIRCRAFT", line 2513
    RADRUN -- runtime schema
    RADSTG -- Target schema where mappings deployed.
    source database is accessed through a DB link.
    OWB version - 10.1.0.4.0
    Oracle - 9.2.0.6.0
    Here mappings are getting executed by calling a pl/sql procedure. This pl/sql procedure is executed every day by scheduling a dbms_job. After the error, the job is in hanging.
    Last week also the same error happened, on that occasion , restarted the database and re submitted the job. Mapping executed without any error.
    Looking for the expert comments

    Hi.
    See Note:125860.1 in metalink (and please, lol to solution #3). It applies to older OWB versions though... Are you using DBMS_JOB or OEM to run these mappings? If so, then the metalink note might be useful help.
    Karesz, I believe if the source database was down, it would fail with an ORA-12XXX Error.
    Regards,
    Marcos

  • Link Reports -item  does not exists on this page

    I have two tables Person table with Primary Key of PersonID, and Person_Qualification Table with a FK of Person_ID.
    I have a report for each table. I have created a report on the Person Table(Page 3000) with a link column to the Person Qualification Report (Page 3119).
    In the link column I created in the person report I have my parameters set as P3000_PersonID and #Person_ID# as field to populate the URL with, and the target page as 3119.
    However anytime I click this link that takes me to the PersonQualification report I get an error stating the Item P3000_Person ID does not exists on this page (3119).
    I have linked a form and report together before, but not two reports.
    I want the person qualification report to be only for the personID that was clicked on.
    I tried adding P3000_PersonID to the query in the person_qualification page I.E. where PersonID=:P3000_PersonID but I still get the item P3000_Person ID does not exists on this page or something to this effect.
    Thanks

    Hello gtjr,
    You need to define an item (usually hidden) on page 3119 to hold the person ID and use that in your second report's query.
    Then in the column link for the first report, specify this new item to be set to the person ID linked.
    The reason for the error is you're telling ApEx to set an item p3000_person_id on page 3119, but that item doesn't exist on page 3119.
    Hope this helps,
    John
    Please remember to reward helpful or correct responses. :-)

  • Compiling a vi with link to an external non NI dll = error 7 "source does not exist""

    I'm trying to compile a vi using Application Builder. The vi contains a number of links to drdaq32.dll (a dll to give access to Picotech�s DrDAQ data aquisitiion unit. This is connected via the parallel port and comes with a BNC connector and a high impedance input suitable for pH probes). Communication with the dll is via code interface nodes).
    System:
    LabVIEW v. 6i
    Windows NT4
    DrDAQ and DrDAQ.dll via parallel port (lpt 1) www.picotech.com
    Code interface node calls to the dll use a standard (WINAPI) calling convention and �run in UI thread�
    When I try to build, I get the error
    "Error 7 occured at ......drdaq32.dll - source does not exist"
    The source does exist. I hav
    e got the same error with the dll in the same directory as my vi and in a sub directory data.
    Why does Application builder refuse to see this file ??

    I don't believe that this is the case.
    Application builder is really very specific about what files are available and in what state. Though it is not really documented anywhere to my knowledge, the proper steps to building an application are as follows:
    Before doing this, LabVIEW should be closed, and all other VIs out of memory.
    1. Open your top level VI.
    2. Click the run button to recompile
    3. Choose "Save All" from the file menu
    4. Close your top level VI and ensure that all VIs are saved properly.
    5. Quit LabVIEW
    6. Open LabVIEW - DO NOT open any of your VIs. Open LabVIEW from labview.exe via the start menu or other shortcut!
    7. Open a new VI.
    8. Open the application builder (tip, I went into the projects folder and
    pulled a shortcut of the app builder out and onto my start menu, this opens the app builder fresh after LabVIEW has been exited.
    9. Proceed with your build as normal.
    The problem is that LabVIEW retains VIs in memory, even after they are all closed. If there is anything incomplete about these VIs, this will affect the build process. Unsaved VIs do not show up as being valid files (or something like that) to the app builder, thus if you didn't save even one single VI and try to build the application, you will get an error 7.
    Step 1 is specific to your case, as recompiling ensures that all external connections are properly made.
    If you still have the problem, post here and let us know.

  • Compiling a vi with link to dll = error 7 "source does not exist"

    I'm trying to compile a vi using Application Builder. The vi contains a link to imaq.dll (a part of the NI vision pack).
    When I try to build, I get the error
    "Error 7 occured at Imaq.dll - source does not exist"
    But the source does exist, and it is not hidden, read-only or blocked by security policies.
    Why does Application builder refuse to see this file ??
    I tried copying the file to the base dir of the vi, and added it to the build from there => same problem.
    System:
    LabView v. 6i
    Imaq v. 2.5
    Windows NT4

    Hi Angelo,
    If the vi is working properly under LV, then you can try to register the IMAQ.DLL
    Execute the following command:
    REGSVR32 "the complete path of IMAQ.DLL"
    You should get a message that it has been registered; then try again.
    Good luck,
    Alberto

  • HT5312 The link to reset security questions does not exist anywhere I have found...any know where I can get it?

    Does anyone know how I can reset apple id security questions? In support they show a link but that does not existing anywhere that I can find. I just got a new phone and cannot buy anything without answering the questions but I cannot seem to get the answers right.

    If you don't have the link then I assume that you don't have a rescue email address (which is not the same thing as an alternate email address) set up on your account, in which case see if the instructions on this user tip helps : https://discussions.apple.com/docs/DOC-4551

  • APP-PAY-06153: System Error : Procedure pay_us_emp_dt_tax_rules.insert_fed_tax_row - ORA-20001: &1 element does not exist or has not linked to pay at step 4

    Hi Experts,
    I'm finding the below mentioned error while I'm saving assignment with Salary Basis, Location and Payroll.
    APP-PAY-06153: System Error : Procedure pay_us_emp_dt_tax_rules.insert_fed_tax_row - ORA-20001: &1 element does not exist or has not linked to pay at step 4.
    Please note that I am able to save the record if I do not any one of Salary Basis, Location. Payroll. It is basically happening on creating default tax.
    Can anyone pleas let me know if you have facing the above error and resolved?
    Guru

    Hi Guru,
    Did you check -
    Error Saving A Salary Basis - pay_us_emp_dt_tax_rules.Insert_fed_tax_row (Doc ID 302878.1)
    Cheers,
    Vignesh

  • We57 link between logmessage and idoc type does not exist

    in we57
    i have fm idoc_input_pordcr
    basic type pordcr101
    message type pordcr
    when i try to save
    gives message link between log message pordcr and idoc type does not exist.
    will not let me save
    where do i go to link these up

    Hi,
    Transaction WE82, assign Idoc type to message type.
    Regards
    Vijaya

  • Crystal 8 link options index list does not exists in Crystal XI Release 2

    Crystal 8.0
    Database -- Visual Linking Expert -- Highlight a link line from File A to File B -- right mouse click -- Optionsu2026..you will see multiple indexes listed
    I was then able to select the index
    This does not exist in Crystal XI Release 2
    Database : Pervasive Btrieve native driver using DDFs
    Is there a setting somewhere to turn this on or is it no longer available

    Hi Clair,
    As of Cr 9 we completely re-wrote the database drivers so that option is no longer available. I believe a way to get around this is to is to copy in the index.ddf into the same folder as the data files, as well as the other ddf's. If you want to use a different index.ddf then delete the file and copy in the one you want to use.
    It's been a while since I've tried this.
    You may also want to look at adding all of your indexing into one file.
    Thank you
    Don

  • Why is the link to my form getting this message?  I copied the link right from the page.  An error has occurred. The form does not exist. Please re-enter the web address as the link may be misspelled. [ref: cixTdh4JnkymYgz7awKoQ, BadRequest]

    Why is the link to my form getting this message?  I copied the link right from the page.  An error has occurred. The form does not exist. Please re-enter the web address as the link may be misspelled. [ref: cixTdh4JnkymYgz7awKoQ, BadRequest]

    My form - which was working great - disappeared when I did some editing; here is the message I get now.
    The form does not exist. Please re-enter the web address as the link may be misspelled.
    The link for the form is:
    https://adobeformscentral.com/?f=UqJr%2Aas2RJIHPVA4iGIQ6w
    Please look into the matter and resolve the issue at the earliest.
    Regards,
    Vaibhav Nigam

  • Here's the error message: An error has occurred.   The form does not exist. Please re-enter the web address as the link may be misspelled.  [ref: VFS3sNB28XnqlIfeTBcHKA, BadRequest]

    I've done this successfully in the past so why am I receiving an error report after placing a new link to a form into my website page and testing the link from my website?  Here's the error message: An error has occurred.   The form does not exist. Please re-enter the web address as the link may be misspelled.  [ref: VFS3sNB28XnqlIfeTBcHKA, BadRequest]

    My form - which was working great - disappeared when I did some editing; here is the message I get now.
    The form does not exist. Please re-enter the web address as the link may be misspelled.
    The link for the form is:
    https://adobeformscentral.com/?f=UqJr%2Aas2RJIHPVA4iGIQ6w
    Please look into the matter and resolve the issue at the earliest.
    Regards,
    Vaibhav Nigam

Maybe you are looking for