mi2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Why does the log in screen tell me my target location does not match a domain?
    Section
    Column

    Column

    If you see the message, it means that the target location in your i2b2 configuration file does not match the domain name listed on the i2b2 server. You cannot change the domain name on the server, but you can change your local configuration file: i2b2workbench.properties.

Section
Column

This

is

the

_

i2b2workbench.properties

_

file.

The

last

two

lines

show

the

target

location

configuration.

In

particular,

the

bolded

"i2b2Demo"

is

what

users

need

to

have

instead

of

*

wrongDemo

*

in

the

example

image.

I2b2.3=

*

i2b2Demo

*

,REST,

[

http://mi2b2linux.dipr.partners.org:9090/i2b2/rest/PMService/

]

The

format

of

the

configuration

line

is

I2b2.

\

{number

\

}=

\

{target

location

name

\

},

REST,

\

{target

location

URL

\

}

where

\

{number

\

}

indicates

the

position

this

line

is

in

the

Target

location

drop

down

box

in

the

log

in

screen.

\

{number

\

}

need

not

to

be

consecutive.

{target

location

name}

is

the

name

i2b2

uses

to

match

the

correct

domain

name

in

the

i2b2

server.

and

\

{target

location

URL

\

}

is

the

actual

URL.

You

can

have

multiple

configuration

lines

in

_

i2b2workbench.properties

_

.

Comment

out

a

configuration

line

by

using

'#'.

Column
Wiki Markup