Creating multiple workspaces

Is it possible to create multiple workspaces for the same account? I'd like to separate our Dev/Staging/Production SCOM instances into their own workspaces.

Hi,
Yes you can create multiple workspaces for the same account.
There are two ways to do this:
On the home page for Operational Insights, click Sign Up (rather than Sign In).
You will be presented with a screen to create a new workspace.
In the Azure portal, you can click +New -> App Services -> Operational Insights.
You can then create a new workspace
In both cases the workspace will be linked to your existing account.
In the Operational Insights portal you can switch between workspaces by clicking on the workspace name in the top right of the page (near the Settings (cog) icon.
Regards
Richard
This posting is provided "AS IS" with no warranties, and confers no rights.

Similar Messages

  • Creating Multiple Workspaces Automatically

    Hi Again Everyone:
    I hope there is a solution to this one.
    I have a need to automatically create multiple Team Workspaces in sequential order. For example, starting at 0001-14 through 2000-14 - One thousand and ninety-nine workspaces. The Workspaces would include another element like a Wiki or a file store.
    My only other option is to create them manually. Thanks in advance.

    You can accomplish bulk imports easily by using the SOAP interface that Vibe provides.
    We built a bulk import tool for our own projects and our customers' purposes.
    Depending on your needs we might be able to professionally support you with a single bulk import.
    If you need to do bulk imports periodically then we can talk about a license for our tool.
    Aditionally we are working on the implementation of an NetIQ IDM driver for Vibe. It is still work in progress but we might be publishing the driver soon.
    HTH
    Cheers
    Erik

  • How to permit multiple workspaces to access the same schema?

    Hello,
    When creating a new workspace (version 3.2), I am getting the following warnings:
    "Warning: The requested schema already exists. Warning: The requested schema is already assigned to one or more workspaces. Please ensure that giving multiple workspaces access to the same schema is permitted by the security policies at your site before approving this request."
    How do I "ensure that giving multiple workspaces access to the same schema is permitted"?
    What are the advantages/disadvantages of doing so?
    Thanks,
    Gabor

    The correct answer to it would have been: I use manual provisioning.I didn't ask a detailed enough question. What I am wondering is how you are set up to to workspace provisioning at your site. In apex_admin, if you navigate to Home>Manage Service>Instance Settings there is a radio group like:
    Provisioning Status:      
    0 Manual - An administrator manually creates each workspace
    0 Request - Link displayed on login page enabling users to request workspaces
    0 Email Verification - Workspace created after email address is verified by the user
    The help text for this is:
    Provisioning Status:      
    Determines how the process of provisioning (or creating) a workspace works for your development instance. Options include:
        * Manual - An Application Express administrator manually creates new workspaces and notifies the Workspace administrator of the login information.
        * Request - Users request workspaces directly in a self-service fashion. Selecting this option displays a link on the Login page enabling users to request a workspace. When a user requests a workspace, each request is submitted to a queue for approval.
        * Email Verification - Works similar to Request except each user receives an initial email containing a link. Clicking this link validates the user's email address before the request is processed.
    Note: To enable users to request a workspace using a link on the Login page, you must choose Request or Email Verification. If you select Manual, no link appears on the login page.How is yours set up?
    As to the first original question (How do I "ensure that giving multiple workspaces access to the same schema is permitted"?), I still do not know.Whether it is permitted or not is a decision made by the apex site administrator who approves/declines workspace requests. Whether it ought to be permitted is a different question and is really same as your second question which involves issues you said you are now starting to understand better. So I think we've covered your original questions. If not, please elaborate.
    As to the last subject (How did the hidden workspace get created and how do I get rid of id? What happens if I don't?), this happened at work, so I can only tell you more on Monday (luckily...). Until then, here is what I remember. The work space was created, which is proven by the fact that when I want to create a new workspace with the same name, I am getting an error, which says that a workspace with that name already exists. However, I cannot delete the workspace, since it show up nowhere.No hidden workspace got created. I'm pretty sure the request is just in the queue waiting to be approved/declined. In the meantime a workspace with the same name cannot be requested.
    By the way, how do you quote some text here? I just put a '>' in the first character position before the text to quote. You can also use the " rich text icon above the text pane.
    Scott

  • Same developer account to multiple workspaces

    I'm not sure if I am just missing something in the documentation or what, but I'd like to give the same developer account access to multiple workspaces. When I create a new developer, I see the text field for default workspace, but I can only pick one entry. Is there a way to give the same developer account access to multiple workspaces?
    Thanks,
    Mark

    Mark,
    ...I see the text field for default workspace...
    The text field is for default schema.
    Accounts are created for single workspaces only. However you can create an account having the same name (and password) in any number of workspaces.
    Scott

  • Multiple Workspace Structures

    Hi;
    Is it possible to have multiple workspace structures, and upon a setting (cmdline or otherwise) have jDev see a certain structure only.
    Thanks;
    -Nat [Let's ROLL!]

    If this does not address your question, please add more information to your original question.ok. I want to maintain multiple workspace hierarchies/structures. On the hard drive I might have a directory "C:\DevApps". All the workspaces are inside this directory, with their projects inside them. C:\DevApps\ws1, c:DevApps\ws2, etcetera. Suppose I have 20 workspaces there.
    Also on the hard drive I want to have a "C:\DevClasses" (or if it makes it easier a "F:\DevApps"). Inside this directory I also want to have ws1, ws2, ... etc. Now, I need to be able to tell jDev (upon startup, or otherwise) to 'use' and display one of these structures only.
    Also note that you can create as many workspaces as you need and show just the ones you want in their own navigator.If this works without creating multiple navigator windows, please tell me how. I wasn't aware that you can have a filtered list of workspaces. Sounds plausible.
    Thank you much
    -Nat

  • Assigning a user to multiple workspaces ans schemas

    All,
    Is there a way to assign multiple workspaces and schemas to a single user? If so, how?
    Thanks in advance.

    The way it works is...a workspace can be associated with multiple "parse-as schemas". An application developed in that workspace can use any one of those schemas. An application can use only 1 parsing schema.
    When you create a developer userid in a workspace, you can either give him access to all the schemas associated with that workspace or restrict to a subset of schemas.
    Hope this helps

  • Creating a workspace via a trigger?

    Hi All
    I am new to using Workspace Manager and Oracle in general within a development environment and I am working on a development where multiple workspaces need to be created whenever a developer wants to make a change to the database via a Java application.
    My ultimate goal is for a workspace to be created before an update is made.
    Can this be done in the form of a trigger that will version enable the tables, sets a workspace name (possibly using the developers OS username and date) and then upon committing the changes disable versioning tables (or will this part form part of an After Update trigger)?
    Alternatively could this be done using a PL/SQL Package or is this not a very wise thing to do at all?
    Regards
    Mark

    Hi Mark
    Let me try to explain a normal usage of OWM.
    One main workspace (its actually called LIVE) which is your ROOT and contains the actually committed data.
    Now in OWM if you wished you could create several users and each user can have their own workspace , usually they would be working with data, changing it and seeing what change has done to their model of some kind.
    Let's say at the end of the day they are told to merge their changes to root (live workspace), there is a command for that.
    OWM also supports resolving conflicts if the same data has been changed within two or more workspaces, but that's another topic.
    You see i have described its ideal usage.
    In your case it seems that you want to encapsulate a whole set of changes within "temporary" workspace.
    What might be best is not use OWM for this at all but use savepoints.
    You can use either OWM savepoints or normal Oracle RDBMS savepoints that live within a session (transaction).
    Example:
    I login ; create savepoints
    I start to make changes, update, delete, ....., for each one you can make a savepoints too.
    ... more savepoints .
    Then its time to commit the change or rollback to a given savepoint.
    For instance your Java application would have to be granted admin privileges to "enable versioning" and other operations which isn't a great idea perhaps.
    I hope this insight has given you some thought.
    What i am trying to say , be careful not to misuse OWM , it is a great powerful addon for Oracle , but it has a certain suggest way of using it.
    Otherwise normal Oracle can help you with transaction management, savepoints, rollbacks.
    Cheers
    Serge

  • Can one User in HTMLDB have Multiple Workspace

    Can one User in HTMLDB have Multiple Workspace , If yes Can you suggest some document to check .
    If No as well is it documented any where ?

    Thanks Rosy But I created a User HTMLDB user1
    Now I assigned this user1 to workspace names as workspace1
    When I created another workspace named as workspace2 and if I assign user1 to workspace2 ,
    I don't see user1 in workspace1
    So at a time I can see user1 in either workspace1 or workspace2 ( I am checking this from manage workspace screen )
    Any Idea how can I assign single user in two workspaces .
    When you say , admin account craetion with each workspace
    This is even more simple if u see the ADMIN account created during workspace creation who have the one user for one workspace as well as lots of Workspace u are creating.Thus the Admin have multiple workspace access provision.
    Each admin account is different & works independetly specific to that workspace , so I can have admin for workspace1 & admin for workspace2 both with their individual passwords ( Isn't this true )

  • How do i creating multiple icloud accounts for one itunes account

    how do i creating multiple icloud accounts to access one itunes account?

    Perhaps you could explain a bit more what you want to do...
    iCloud accounts don't access an iTunes account.
    iTunes account is used to make purchases.

  • How do I create multiple-up pages populated with variable data?

    I am trying to create a variable data Illustrator file but with a catch, I have to create multiple points of data on one artboard.  I am using a template with 36 identical shapes, and I'm trying to add a different image to each based off of using variable data.  I understand the premise of creating multiple output files based off of an illustrator file and data, but I have to create a single output file using 36 points of data, all QR codes.  The reason is that this 36-up 14.5" x 14.5" sheet will be printed on a large format inkjet and then be fed into another machine (not a cutter) that requires that specific layout for it's process.  I cannot create individual files, I need sheets based off of my 14.5" x 14.5" 36-up template.
    Any suggestions other than making each shape in the template a separate variable (even though they are all the exact same shape) would be greatly appreciated.
    My goal is to populate each of these shapes with a different QR code and then output the whole sheet as a single .EPS or .PDF file.

    My goal is to populate each of these shapes with a different QR code and then output the whole sheet as a single .EPS or .PDF file.
    You're barking up the wrong tree for this with Illustrator's Variables palette.
    Think of it like this:
    Imagine a typical spreadsheet with multiple rows of the same kind of data, except for the first row which serves as the "labels" of the columns.
    The on-page objects which you define as Variables in Illustrator correspond to the first row; the column labels.
    The datasets correspond to the following rows of values below the label row.
    Cycling through the datasets simply moves up and down the rows, revealing one row's data at a time for each of the column labels.
    Your multi-up array does not fit that data model. You are essentially trying to make a layout showing all the individual cells below the single label of one column (downward across all rows). (Illustrator's Variables feature doesn't even let you put multiple instances of a single variable in the document, so that the same value occurs in multiple places.)
    You're trying to build the functional equivalent of a typical "gang up" press sheet, like a 10-up layout of business cards, each showing the same kind of data (name, phone, etc.) for multiple employees, so that you don't have to do separate press runs for each employee. That's certainly a common need, and one quite appropriate to a program like Illustrator. But Illustrator's Variables feature does not do that.
    Essentially, what you are wanting to do is to replicate the basic functionality of any program which is used to print labels from data (like the typical mail merge function for address labels which are ganged up with some number of different labels on a page). What you want could be done in Illustrator via a custom JavaScript, but it would be a pretty silly exercise in reinventing the wheel. If it were me, I'd probably build the solution in FileMaker Pro (a database program), depending on the specific graphics requirements. However, you should be able to do it in InDesign, using its data merge feature.
    JET

  • In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph?

    In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph. 
    I need to make a table of contents for my Mater's Thesis and want to use the automatic table of contents feature.  I want the first sentence of a paragraph to have a different paragraph setting than the rest of the paragraph.  Is this possible?
    Thanks!

    Nice of you to be doing this for your Mother's Thesis.
    There are several issues here:
    1. A Paragraph Style is what it says, the style for the paragraph
    2. You can format text within a paragraph by applying a Character Style
    3. Pages 5.5.1 lets you apply formatting to overall text for the T.O.C. but not parts of it and you can not retain that formatting as a Paragraph style
    So in answer to your question, no.
    You will need to create the T.O.C. manually and unfortunately as Pages 5.5.1 can't create bookmarks (just one of over 100 missing features) you will be unable to link the T.O.C. to the referred pages in the list.
    Peter
    Apple's marketing slogan:
    Pages 5.5.1 - Can't Do That!

  • How do I create multiple live USBs of Operating systems to boot from on one flashdrive?

    How do I create multiple live USBs of Operating systems to boot from on one flashdrive?
    I am attempting to create multiple live USBs within one flashdrive so that i can boot various operating systems without having to buy multiple USb sticks. I am using a Mac OS X Snow Leopard 10.6.8 Operating System currently. I am using the Terminal provided by the OS.
    I would like to try Debian, Kali, Precise Puppy, and Sabayon- with one space left empty for whatever Linux OS I would like to try next. I have partitioned an 8GB flashdrive into the following sections:
    name of intended OS,     space allocated for it:
    1)Debian ........................1.32 GB
    2)Kali..............................2.61GB
    3)Precise Puppy..............163.7MB
    4)Sabayon.......................1.77GB
    5)TBD..............................2.14GB
    I have figured out how to change the .iso files of the operating systems into .img files with the following commands:
    hdiutil convert -format UDRW /path/to/input.iso -o /path/to/output.img
    a .img.dmg file is created, this is corrected in the next line of code *please note: I am a a very beginner at programming, and would greatly appreciate any help. Thank you!
    mv /path/to/output/file.img{.dmg,}
    This is where I started to get confused:
    I entered diskutil list to find the location of the partitions on my flashdrive, and this is the relevant section:
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *8.0 GB     disk1
       1:                 DOS_FAT_32 DEBIAN               1.3 GB     disk1s1
       2:                 DOS_FAT_32 KALI                    2.6 GB     disk1s2
       3:                 DOS_FAT_32 PRECISE            163.7 MB   disk1s3
       4:                 DOS_FAT_32 SABAYON           1.8 GB     disk1s5
       5:                 DOS_FAT_32 TBD                     2.1 GB     disk1s6
    This is the code I attempted to use and the subsequent result:
    charles-burtons-mac-mini:~ charlesburton$ sudo dd if=/Users/charlesburton/Desktop/debian-live-7.2-i386-gnome-desktop.img of=/dev/disk1s1 bs=1m
    dd: /dev/disk1s1: Resource busy
    *at this point I went to the Disk Utility GUi and unmounted only the DEBIAN partition, now back to the terminal*
    charles-burtons-mac-mini:~ charlesburton$ sudo dd if=/Users/charlesburton/Desktop/debian-live-7.2-i386-gnome-desktop.img of=/dev/disk1s1 bs=1m
    dd: /dev/disk1s1: end of device
    1259+0 records in
    1258+1 records out
    1320005632 bytes transferred in 1011.966891 secs (1304396 bytes/sec)
    Please may someone help explain why I had a return value of +1 in my records in and how I can make it work properly.

    I would like to know the answer to this as well.  I tried renaming the 3D version by adding 3D after it, but it still not a separate movie in iTunes.
    It's putting them in the same folder.

  • Create Multiple Build Controllers in Team Foundation Server 2013

    Hi all,
    I have created an environment of Team Foundation Server 2013 & also installed SharePoint Foundation 2013. Everything is working fine. I have created a build controller on the same machine on which I have installed the TFS. This build controller is used
    for building the projects of a Team Project Collection. I know that a build controller can only be used for one Team Project collection. Creating multiple build controllers on the same machine is not recommended by Microsoft.
    I have another team project collection, for this I need to create another build controller. Could you please tell me how to create another build controller on a different machine.
    Please  help me with this.
    Thanks.

    Hi Vishwajeet,
    You can do this by installing TFS in another machine (do not configure as app tier), and then configuring build services.
    Complete instructions are in my post here http://chamindac.blogspot.com/2014/02/06-setup-build-server-setup-virtual.html 
    Setting up a TFS environment step by step explained in this blog series
    http://chamindac.blogspot.com/2013/12/setup-virtual-environment-for-tfs-2013.html
    My posts explain how to setup on virtual box but it is same steps even if you setup in hyperv VM or in a standard machine.
    One more recommendation I would like to make here is, it is better if you do not configure build services in TFS App Tier. Use separate build servers. Another one is do not create too many project collections. Project collections require separate build servers,
    test controllers etc. because one is fully isolated from another collection. So carefully plan your TFS environment. I recommend you to download and read TFS Planing Guide from ALM Rangers from here
    http://vsarplanningguide.codeplex.com/releases
    Cheers!
    Chaminda

  • Split the delivery or create multiple  deliveries

    Hi team,
    Sale order stock is grater than Truck capacity.
    We need a solution to either split the delivery; or create multiple deliveries at the time of delivery creation.
    Manually we are doing calculations for pallets capacity and then doing loading still some quantity pending or some space pending
    Is there any program that can split delivery via Sales order and create Outbound delivery through pallatization..
    Any such scenarios you have please suggest.?
    Thanks in Advance
    SAP MM

    Hi,
    Normally we can split the deliveries based on the following criteria
    1. Different delivery dates for line items.
    2. Different ship to parties for line items.
    3. Different routes for line items.
    But in your above case the issue is regarding truck capacity for which the system doesn't have any information.  So you can manually create a new delivery by adjusting the existing one or if you feel the issue is going to repeat for different items in future also then you can go build a custom logic in the system to address the delivery split using a user exit.
    Thanks,

  • Using Select all to create multiple lines in a sales order

    Hello SAP experts,
    In our business practice users create multiple line sales orders with reference to contracts and use the copy paste method and then assign each line to the contract manually.
    After a few years of this practice i found a new way to create multiple lines but it doesn't quite work correctly. When you have created the first line of an order if you click on the select all button the system will ask you how many lines do you want to copy. I don't know if this is standard SAP but 3 things don't happen when we use this 1) The schedule line information is blank 2) conditions do not copy from the contract even though the contract has been referenced. 3) Since there is no schedule line information the order fails when saving and we get a update terminated message.
    I am having problems finding any documentation around this function so any help with this would be greatly appreciated.
    error when updating is
    Transaction..   VA01
    Update key...   4D358878A8B601AAE10080000A2C4982
    Generated....   28.01.2011, 13:47:23
    Completed....   28.01.2011, 13:47:23
    Error Info...   00 671: ABAP/4 processor: GETWA_NOT_ASSIGNED

    GETWA_NOT_ASSIGNED
    Many threads are there on this error message and you would come to know if you google with this text.  Check couple of threads where  the same topic was discussed
    [Re: GETWA_NOT_ASSIGNED|Re: GETWA_NOT_ASSIGNED;
    [Re: GETWA_NOT_ASSIGNED ABAP Dump|GETWA_NOT_ASSIGNED ABAP Dump;
    Also there are some 20 OSS notes on this error message and you can have a look at the following notes:-
    1)   Note 913679 - VA01: Short Dump GETWA_NOT_ASSIGNED on click of quantity.
    2)   Note 591955 - ABAP runtime error GETWA_NOT_ASSIGNED
    3)   Note 870670 - SD_SALES_DOCU_MAINTAIN_DIALOG termination with GETWA_NOT_***
    4)   Note 141314 - VA02: Dump with 'GETWA_NOT_ASSIGNED'
    thanks
    G. Lakshmipathi

Maybe you are looking for