Resource Name adding to Model

Hi All,
I have created resource using /SAPAPO/RES01 using copy resournce how to assign the model to the resource creted.
Thanks,
Yogi

LoL!
It happened once before that a ponitz-gamer posted with the wrong ID and reported themselves to the moderators asking that we change the "Warm regards" from "Peter" to "Paul".
But that I would be able to witness this twice in a lifetime and now from "Yogendra" to "Yogi"... I would never have thought it possible to have such luck...
Well done! Priceless...
Julius

Similar Messages

  • Get an additional column added to PWA Page which shows up the resource names

    When we got to Project center and open up the respective project.By default the Tasks Summary window opens up.
    Where in I can see the ID,Task Name,Duration,Start, Finish,% Complete,Work and Task State.
    In one of the request a user wanted us to get an additional column added to this which shows up the Resource Names.
    Note:
    In the project plan what we publish to the server we used to have a resource name column.
    Please let me know if it is possible to add a new column. 

    amavila --
    Your Project Server administrator will need to do the following:
    Log into PWA with administrator permissions
    Click the Server Settings link in the Quick Launch menu.
    Click the Manage Views link in the Look and Feel section of the Server Settings page.
    In the Project section, click the Task Summary view to open it for editing.
    In the Available Fields list, select the Resource Names column, and then click the Add button to add it to the Displayed Fields list on the right.
    Click the Save button.
    Keep in mind that only your Project Server administrators can perform the above steps.  Hope this helps.
    Dale A. Howard [MVP]
    VP of Educational Services
    msProjectExperts
    http://www.msprojectexperts.com
    http://www.projectserverexperts.com
    "We write the books on Project Server"

  • Old visa open, error code 1073807343, using VISA with a GPIB device, and VISA resource names

    Hi everyone,
    I'm trying to get a SRS model SR720 LCR meter (manual on this page) working with LabView, connecting it to my PC with an Agilent 82357A GPIB/USB interface (manual on this page). I'm running MAX version 14.0, and NI-VISA version 14.0. I'm running LabView version 13.0f2, 32 bit.
    I followed the directions on this page, and I'm pretty confident I can communicate with my LCR meter, because I can go to NI MAX->GPIB0::17::INSTR under "devices and interfaces", then go to the VISA test panel, go to the I/O tab, and I can enter a few commands from the SR720 manual, like changing the frequency, and I see the light on the LCR meter change to what I just told it to do. Here is a picture, just to illustrate it:
    Also, if I do the *IDN? command, it returns "
    9: Write Operation (*IDN?)
    Return Count: 5 bytes
    10: Read Operation
    Return Count: 41 bytes
    StanfordResearchSystems,SR720,08087,1.03\n
     So, that's good too. I also made the alias of this device "MyLCRmeter", but that shouldn't matter for now.
    Now I'm trying to get it to work in a more usable way. The SR7xx drivers that LabView found for me came with a couple sample programs, one called "Getting Started.vi". I tried to just simply see if it worked, changing the "instrument descriptor" field to "GPIB0::17::INSTR", since that's the one that seemed to be the right device in MAX. Here is a picture of the front panel of "Getting Started.vi":
    Trying to run it like this gave me this error (code -1073807343):
    Old VISA Open in SR715/720 Initialize.vi->SR715/720 Getting Started.vi
    Doing a bit of searching on these forums, I found these few threads (1 2 3), which seem to tell me that, since this program was written, the way you open VISA has changed. In the 2nd of those links, one guy said:
    You just have to replace the Old VISA Open function with the VISA Open that is on the Instrument I/O>VISA>VISA Advanced palette. When you do that, the wire to the string that was used for the resource name will be broken. Delete the string and make the actual VISA Resource Name visible on the front panel. Wire the VISA Resource Name control to the connector pane where the string control was (upper left connection).
    So, I went into the sub-VI Initialize.vi, and did that. Here is a picture of what the front panel and block diagram of the sub-VI Initialize2.vi (I changed the name in case I screwed things up, but I'm pretty sure the new one is the one being called by Getting Started.vi) looked like before I changed anything (you can see the Old VISA Open):
    and here it is after replacing that with the regular VISA Open, deleting the instrument descriptor string and replacing it with a VISA resource, and connecting that to the VISA Open:
    However, as you can see in the image above, and it seems like someone else had this problem in the 2nd thread linked above, I don't see my device listed in the drop-down menu (even if I refresh), only "LPT1" (I don't even know what that is):
    No, I wasnt able to select the visa resource from the pull down menu. somehow it seems disabled or something.
     If I just enter the VISA resource name from MAX manually, GPIB0::17::INSTR, and save and try running that, I get the error(code -1073807346):
    VISA Open in SR715/720 Initialize2.vi->SR715/720 Getting Started.vi
    So I'm not sure where to go from there, or why it's not in the drop down menu to begin with. I'm sorry if I've missed something but I've searched about as far as I can go. If I had to guess, maybe one thing could be that in MAX, under Tools->NI-VISA->VISA Options->My System->Conflict manager, I have both Agilent VISA and NI VISA enabled; I know sometimes problems arise from conflicts between different software fighting over the same hardware. Is this okay, or do I need to change it?
    Thank you and please let me know if there is any other code/screenshots I could provide that could help!

    Hi, I did indeed enable NiVisaTulip.dll under MAX->Tools->NI-VISA->VISA Options->My system->Passports->List of passports. Sorry, I should have mentioned that explicitly.
    By install as primary, do you just mean as it is here, where it is selected as the "Preferred VISA"?
    Or somewhere else? I installed NI-VISA first I believe, and then the Agilent one, and during the installation of the Agilent one, I'm pretty sure I made it not the primary. Here's what I have in the Agilent (it's called Keysight now) Connection Expert software:
    I also have this under the "Keysight 488 options" tab:
    Should that be checked? I don't actually know the role of VISA vs 488 here...
    What could I try?
    Thank you!

  • How to retrieve resource name in JSP page

    Hello,
    I have the following scenario:
    User wants a new resource to be provisioned to himself, he makes standard steps; chooses one resource from the list of available resources and sends a request. After that a summary page is displayed - my goal is to create an url to external application on that summary page (i.e. tjspRequestSubmitTiles.jsp) that should be displayed depending on the name of the resource, e.g. if user requests for a ResourceA - link appears, but when he requests for a ResourceB - link does not appear.
    So far I have created a link with a sample if statement - it works.
    My problem is how to make a real condition - retrieve the resource name that request deals with. Anybody know how to do that, which API to use etc.?
    Regards,
    Maciej.

    After adding the code to tjspProvideDataShowInfoTiles.jsp file, nothing has been improved, I am still facing the same result (on the console):
    RO: null
    It seems that file (tjspProvideDataShowInfoTiles.jsp) does not take part in the process.
    I have tried to pass some sample session attribute in tjspRequestVerificationTiles.jsp and this works, but I do not know how to retrieve resourceName in this file.
    I was trying to make some code retrieving resourceName in tjspRequestSubmitTiles.jsp, e.g.
    tcRequestWizardForm tcReqWizForm = (tcRequestWizardForm)session.getAttribute(requestWizardForm);
    String requestID = tcreqWizForm.getRequestID();
    ...and what to do now to retrieve resourceName?

  • Resource name field for target oracle table

    Hi,
    I want to build a generic interface that takes data from different similar structured flat files and loads to different target table (similar structure).
    I thought I will use the resource name field for both source and target and use variables to determine the source and target names during runtime.
    the problem is it runs fine at the source when i change the file names to load from but it fails at the target when i use variable to determine the target name.
    Did anyone try this earlier? if yes, can you please help? The error I got was 911 : 42000 : java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
    and the query generated was
    insert into      SCHEMANAME.#PROJREP."v_generic_interface_target_name"
         COL1,
         COL2,
         COl3
    select     
         C1_COL1,
         C2_COL2,
         C3_COL3
    from     STGSCHEMA.C$_0DEMO1
    where     (1=1)
    Edited by: sriksd on May 7, 2010 6:51 PM

    Hi,
    Which KM you are using ?
    Try to use #PROJREP.v_generic_interface_target_name into Resource name of the table in the data models.
    Regards

  • What are the dependencies to get a resource name listed in the onwer field in project online in sharepoint permission mode?

    Hi All,
    We have added resource in Project Managers group and onwers group , but still the resource name is not populating in Owners field when we are creating the project.
    Please help...
    Thanks, Rose

    Hi Rose,
    It might be that the user's permissions have been changed directly in his user's settings. Try to see if the user has the correct permissions such as log on, save project, connect with MS Project Pro...
    By the way, the "owner" group is not a default security group. If you didn't customize the default PM group, try only to add this PM group to the user, not the "owner" group.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Resource name

    Hi,
    I am working on a VB .NET/C# app to talk to NI PXI 2503 switch card. Is
    there any way I can query the card to get the resource name/topology
    before initializing the card? Thanks.

    Hi John123,
    You can access the recourse names and limited card info using the niModInst calls, but you will not be able to access the topology of the card before initialization. The function to scan the computer to give the resource descriptors of all boards specific to a Modular Instruments driver is called niModInst. The niModInst Open Installed Devices Session call will create a handle to a list of installed devices supported by the specified driver. Call this API and select the name of a National Instruments instrument driver, such as NI-SWITCH, from the driver control. This call searches the system and constructs a list of all the installed devices that are supported by that driver, and returns both a handle and the number of devices found. The handle is used with other functions to query for attributes such as device name and model, and to safely discard the list when finished.
    This is a link to the help files for available niModInst function calls.
    'Hope this helps.
    Regards,
    Natasa

  • VISA get resource name doesn't return USB serial ports

    We built an application on a computer that had an onboard serial port - COM1.  We put the option to change the COM port in the application.  We installed the built application on a computer with no serial ports, but installed a USB to serial converter that registers as COM3.  LabView does not see this port, even with a test application to return only the VISA resource names. 
    We have verified that the port is good with another program (a Modbus simulator) and installed the latest VISA runtime v4.41 separately to no avail.
    Any suggestions at further troubleshooting would be extremely helpful.
    Joe T.
    Solved!
    Go to Solution.

    My main application still isn't working, but now the small test ones are.
    Here's what I did:
    1.  Update my LabView 8.5 with the latest VISA runtime - 4.4.  This updated the Installer as well.
    2.  Added the MAX Installer to the build.
    3.  Added  the NI-VISA Configuration Support to the build
    4.  Uninstalled the application and reinstalled it with the new install volume.
    When I run MAX, COM3 shows up.  It also shows up in the Get Resources test application.  The simple test Modbus write program works, too.  I have a sneaky feeling that COM1 may be hard-coded somewhere in the main application; our next task is to find where the communications breaks down in our code.  The bottom line seems to be a lack of experience with the Application Builder on our part.
    Thanks to all who contributed!
    Joe T.

  • Not able to get resource names on the front panel

    Hi,
       I tried communicating with Agilent DMM (34405A) with USB interface using Labview 8.5. I have installed Agileni IO Libraries Suite 14.2 and NI Visa 4.2. I have downloaded and installed Labview drivers for Agilent 34405A. The instrument is visible in Agilent Visa Assistant and also in NI MAX. But the problem is that, the resource name doesnot appear on the front panel. I have enabled tulip passport.
    rgds
    BalkiSwathi

    Hi Vijay,
    The Goal Diagram Statuses are calculated for the latest date of the underlying PAS model. If you are not seing any status in the Goal Diagram (and the properties are set like Bob mentions in his post above), you might want to check if you have values in PAS for the date that is set as latest. If this is not the date for which you want to see your scorecard, you can change it directly in PAS.
    You can force the application to re-calculate the Goal Diagram Statuses by going to the Admin Interface and save again the settings for any KPI in the respective context. This simple step deletes the existing statuses and forces the application to re-calculate them the next time you enter the end-user interface.
    If you have data for the PAS model latest date, and you performed the step above to force the application to re-calculate the statuses, and still they are not showing, you should then create a message in the SAP ServiceMarketplace.
    Best regards,
    Ricardo

  • Visa resource name can't find

    I'm running a example, visa resource name list couldn't find the port, only com port list, added USB cable (FTDI TTL-232R-3V3-WE) into visa, change visa class I/O session to USB raw, then can see it, but in configure serial port vi, I got this pic. Did I do something wrong or any suggestion? 
    thank you
    Attachments:
    2.PNG ‏32 KB

    Do NOT change the I/O class to USB RAW if you want to use the device as an RS-232 port. If the device does not show up in MAX as an additional com port, first verify that you installed the correct driver that came with the device. Then, see if it appears as a com port in windows device manager. Post back If it shows up in device manager and in Hyperterminal as a com port but MAX still does not list it.

  • My MacBook Air is not charging...any help?Model Name:     MacBook Air   Model Identifier:     MacBookAir4,2   Processor Name:     Intel Core i5   Processor Speed:     1.7 GHz   Number of Processors:     1   Total Number of Cores:     2   L2 Cache (per Cor

    My MacBook Air is not charging...any help?
    Model Name: MacBook Air
      Model Identifier: MacBookAir4,2
      Processor Name: Intel Core i5
      Processor Speed: 1.7 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 3 MB
      Memory: 4 GB
      Boot ROM Version: MBA41.0077.B11
    Model Name: MacBook Air
    Model Name: MacBook Air
      Model Identifi
      Total Number of Cores: 2
      L2
      L3 Cache: 3 MB
      Memory: 4 GB
      Boot ROM Ver

    Hi HarmitClaire,
    Welcome to the Apple Support Communities!
    I understand that your MacBook Air is not charging as expected. In this situation there are troubleshooting steps that I would recommend. Please use the attached article as a resource for steps to help you resolve this situation.
    Mac notebooks: All about batteries - Apple Support
    My battery is not charging
    Confirm the correct wattage AC adapter for the computer. A power adapter rated for a lower wattage than is required for the system may not reliably charge the computer. For assistance identifying the proper adapter, review Intel Based Mac notebooks: Identifying the right power adapter and power cord--US. Additional adapter troubleshooting is available in Troubleshooting MagSafe adapters. If issues persist please reset the SMC.
    Best regards,
    Joe

  • Get_printer_attrs: resource name '/' no good!

    I'm trying to share a printer queue via LPR, but when a client tries to send a job to the printer I get the error log message "getprinterattrs: resource name '/' no good!"
    Now, this queue is set as the default in Server Admin, so, as described in the Print Services instruction manual, I had the client leave the "Queue" field blank, and just put the server's IP address in the "Location" field while setting up for IPP.
    Why is "resource name /" no good, if I'm specifically told that when no queue name is specified it will use the default? And no, nothing's wrong with the printer; I had this same error with another client, deleted the printer from its preferences, re-added it and it worked. So what's going on?

    I'm trying to share a printer queue via LPR, but when a client tries to send a job to the printer I get the error log message "getprinterattrs: resource name '/' no good!"
    Now, this queue is set as the default in Server Admin, so, as described in the Print Services instruction manual, I had the client leave the "Queue" field blank, and just put the server's IP address in the "Location" field while setting up for IPP.
    Why is "resource name /" no good, if I'm specifically told that when no queue name is specified it will use the default? And no, nothing's wrong with the printer; I had this same error with another client, deleted the printer from its preferences, re-added it and it worked. So what's going on?

  • I just sent the following in a drop down box that allowed reporting system problems:I am most unhappy with your Lion 10.7.3 operating system that I installed on this MacBook:  Hardware Overview:    Model Name:     MacBook Pro   Model Identifier:     MacBo

    I am most unhappy with your Lion 10.7.3 operating system that I installed on this MacBook:
    Hardware Overview:
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro5,4
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.53 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache:          3 MB
      Memory:          4 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          MBP53.00AC.B03
      SMC Version (system):          1.49f2
      Serial Number (system):          W8******7XJ
      Hardware UUID: ******
      Sudden Motion Sensor:
      State:          Enabled
    1. The scrolling, as far as I've been able to determine, is by using the slide bar to the right of most diplays. There are no up or down arrows that allow slow movement
    2. The top and botton toolbars are not visible. The top one appears when you point the arrow to the top of the screen but the same doesn't work well if at all pointing the cursor to the bottom.
    3. When downloading, something jumps to the upper right of the screen. I could point and click it and get a diplay if my downloads. I was attempting to fix some of the above. Now the little thing jumps off the screen and I can't get to it.
    4I was trying to installMacBook Pro EFI Firmware Update 2.3. I got message it couldn't be installed on my system.
    5. The red yellow and blue bullets that allow shutting down, minimizing and maximizing are missing on most open windows.
    Can you do something about these problems
    It's problematical that one can't communicate directly with Apple to resolve these problems
    <Edited By Host>

    1: I'm scrolling this page right now using the arrow keys.
    2: Press the escape (esc) key to exit full-screen mode. Select Apple menu > Dock > Turn Hiding Off.
    3: ???
    4: That's because you downloaded an update for another model.
    5: See 2.

  • Printing Resource Name Form View

    Hi there,
    I am using Project 2013 Professional on SP1 with all the updates applied.
    I am trying to print the resource name form so I can give all the business users involved in the project a list of thier tasks, when they are due, and how much effort is expected of them.
    I get the view fine.
    I then go +File +Print and get the print page but there is a message saying "Print is not currently available". I tried printing anyway, but as expected nothing happens.
    I can print some views but not others so it is not a generic printing issue, but seems to be related to not being able to print particular views.
    Has anyone experienced the same issue? Is there a fix? Am I doing something wrong?
    Thanks in advance
    Tony

    Backwardsit --
    Yup, I am experienced the same problem as you.  I cannot print the Resource Name Form view in Microsoft Project 2013, SP1.  If it were me, I would customize the Resource Usage view with the columns you want to print (such as Start, Finish, and
    Work) and then print the Resource Usage view.  Just a thought.  Hope this helps.
    Dale A. Howard [MVP]

  • The specified resource name cannot be found in the image file.

    Dear Experts,
    I have developed an import too and it imports many of the Business Objects from a temporary data base to SAP B1. It was running fine for more than 6 months now.
    Currently when the Tool is importing Credit Notes in to SAP B1, the following error is thrown.
    The specified resource name cannot be found in the image file.
    And I have no Clue about the error. Any one had any experience regarding the above error???
    Thanks in Advance,
    Vasu Natari.

    Hello VAsu,
    Somethimes this unexpected, ununderstandable eroor messages caused by corrupted observer dll.
    Do a clean up (delete %TEMP%SM_OBS_DLL) folder, and see the result ! (i had several issues in the past with some strange messages...)
    Regards
    János

Maybe you are looking for

  • Error while Installing the LOCINISU 100

    Dear Expert, We are in way to installing Add On LOCINISU 100 on Development server and it showing error. Earlier we have successfully installed Add on for PI BASIS 2006 Please do the needful, for that we will be highly obliged. Thanks and Regards Aji

  • AVI to DVD

    Issue: No tool seems to convert the Tina avi-file in the right way. My goal is to soon cool down and burn that avi to a DVD and watch it smoothly on the telly. Yes, the Philips DVP5500S-player deals with MPEG2, MPEG1 and MPEG4. The footage is done in

  • Data transfer of Selected sets (QS51) using Function modules

    Hi All, I am doing data migration of Selected sets (TCODE QS51) using function module. I have tried using BDC recording but it is not working in background.In foreground it is giving information error on second screen as field  RQSKT-AUSWAHLMGE is no

  • Problem in fbl3n

    Hi All, While doing fbl3n, I am not getting the material number filled for the January month(in line item display) whereas I am getting this information for the previous months. Any idea what could be the possible reason? Thanks.

  • Apex not running on xp

    Hi , Clear installation , no errors followed every step ran all the scripts @apexins , @apxldimg , @apexconf.sql and unlock all the users anonymous , apex_public_user, apex_040100 ........................... configured port number to 8081 and reset t